You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > ImagPart Method > TMtxVec.ImagPart Method ([In] TMtxVec, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVec.ImagPart Method ([In] TMtxVec, int, int, int)

Gets the imaginary part of complex object Vec elements [VecIndex]..[VecIndex+Len-1].

Syntax
C#
Visual Basic
public TMtxVec ImagPart([In] TMtxVec Vec, int VecIndex, int Index, int Len);

Stores the result in calling object. An exception is raised if the calling object is complex, if Vec is not complex or if array borders are overrun/underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!